/* @override http://macrabbit.com/cssedit/welcome/2.0/welcome.css */

/* set background color and fonts */

/* My Comment */body {	color: white;	margin: 40pt;	color: #666;
	background: #336699 url(toplevelresources/background.gif) no-repeat center top;
	font: small-caps 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}	/* Top level header */#header {	color: #d5d5d5;	background-color: #336699;	text-align:center;	font-size: xx-large;	font-weight:bold;	padding-bottom:5px;	padding-top:5px;	}/* Second level header */#subheader {	
	color: 666;	text-align:left;	font-size:1.3em;
	position: relative;
	padding: 10px 25%;
}/* wrapper for the list of classes */#classList {	text-align: center;
	color: #f4fbff;
	font-variant: small-caps;
}/* unordered list for the class list */ul {	list-style-type: circle;
	list-style-position: inside;
	font-size: x-large;
	margin-left: 27%;
	text-align: left;
}/* Text color for links and hovered links */lI a{	color: #666;	text-decoration: none;	} li a:hover{	color: #3366FF;	text-decoration: none;	}/* Footer style */#footer {		padding-top:200px;	text-align:center;
	color: #d6d6d6;
}/* links colors in footer */#footer a{	color: #d6d6d6;	text-decoration: none;	}#footer a:hover{	color: #fbf89c;	text-decoration: none;	}